All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.Control | +----com.apple.alpha.app.Matrix | +----com.apple.alpha.app.Form
NSForm
.
[[NSForm
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- initWithFrame:mode:prototype:numberOfRows:numberOfColumns:
on a newly allocated object.
- addEntry:
Objective-C instance method.
- cellAtIndex:
Objective-C instance method.
- drawCellAtIndex:
Objective-C instance method.
- indexOfCellWithTag:
Objective-C instance method.
- indexOfSelectedItem
Objective-C instance method.
- insertEntry:atIndex:
Objective-C instance method.
- removeEntryAtIndex:
Objective-C instance method.
- selectTextAtIndex:
Objective-C instance method.
- setBezeled:
Objective-C instance method.
- setBordered:
Objective-C instance method.
- setEntryWidth:
Objective-C instance method.
- setInterlineSpacing:
Objective-C instance method.
- setTextAlignment:
Objective-C instance method.
- setTextFont:
Objective-C instance method.
- setTitleAlignment:
Objective-C instance method.
- setTitleFont:
Objective-C instance method.
protected Form(boolean shouldAllocate, int objcObject)
public Form()
[[NSForm
alloc] init]
.
public Form(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public Form(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public Form(Rect frameRect, int aMode, Cell aCell, int rowsHigh, int colsWide)
- initWithFrame:mode:prototype:numberOfRows:numberOfColumns:
on a newly allocated object.
public native int indexOfSelectedItem()
- indexOfSelectedItem
Objective-C instance method.
public native void setEntryWidth(float width)
- setEntryWidth:
Objective-C instance method.
public native void setInterlineSpacing(float spacing)
- setInterlineSpacing:
Objective-C instance method.
public native void setBordered(boolean flag)
- setBordered:
Objective-C instance method.
public native void setBezeled(boolean flag)
- setBezeled:
Objective-C instance method.
public native void setTitleAlignment(int mode)
- setTitleAlignment:
Objective-C instance method.
public native void setTextAlignment(int mode)
- setTextAlignment:
Objective-C instance method.
public native void setTitleFont(Font fontObj)
- setTitleFont:
Objective-C instance method.
public native void setTextFont(Font fontObj)
- setTextFont:
Objective-C instance method.
public native Object cellAtIndex(int index)
- cellAtIndex:
Objective-C instance method.
public native void drawCellAtIndex(int index)
- drawCellAtIndex:
Objective-C instance method.
public native FormCell addEntry(String title)
- addEntry:
Objective-C instance method.
public native FormCell insertEntryAtIndex(String title, int index)
- insertEntry:atIndex:
Objective-C instance method.
public native void removeEntryAtIndex(int index)
- removeEntryAtIndex:
Objective-C instance method.
public native int indexOfCellWithTag(int aTag)
- indexOfCellWithTag:
Objective-C instance method.
public native void selectTextAtIndex(int index)
- selectTextAtIndex:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index